home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / lbbs07 / readme.txt < prev    next >
Text File  |  1993-07-25  |  5KB  |  100 lines

  1. LazyBBS - Version 0.7
  2.  
  3. This is the lastest release, read lazybbs.txt for more info, this file
  4. lists only bugs/history.
  5.  
  6. This software is free software, but please change the version number to 
  7. something like "0.0joe" to avoid confusion if you compile/release your 
  8. own version. Don't be afraid by the awful code (I said lazy! :-)).
  9.  
  10. WARNING FOR VERSION <0.7 USERS: Menu file syntax slightly changed at 
  11. version 0.7, convert your old menu files. See history below for details. 
  12.  
  13. ATARI USERS: Atari users also note the atari binary is not distributed 
  14. in the standard package anymore. See the atari binary distribution of 
  15. lazy utilities.
  16.  
  17. You can contact me at:
  18.     Fidonet Franck Arnaud @ 2:320/100 (freq latest version as LAZYBBS)
  19.     Internet franck@altsoft.demon.co.uk
  20.     Nonsupport BBS at +33-1-49650542
  21.  
  22. BUGS:
  23. =====
  24.  
  25. - linedit.c: linedit displays too much lines when quoting long mails?
  26.  
  27.  
  28. TODO:
  29. =====
  30.  
  31. - Unify misc.c with other lazy utilities?
  32. - Multiple external protocols?
  33. - Doors?
  34. - Echomail capture?
  35.  
  36. Note I don't need any of those features at the moment, so implementation 
  37. is not planned in the near future.
  38.  
  39.  
  40. HISTORY:
  41. ========
  42.  
  43. 0.2beta FA  First public beta release
  44. 0.3beta FA  Old history deleted, nobody should have 0.2 anymore
  45. 0.4beta FA  Last name better checked, log of download file size correct
  46.         FA  long message + one line message bug fixed
  47.         FA  missing prompt on the users screen mail reader
  48.         FA  replaced out_printf by out_string for user strings
  49.         FA  Rcvd flag in netmail now updated
  50.         FA  Display empty areas in echomail list
  51.         FA  Display netmail (new) messages waiting
  52.         FA  password now echo dots
  53.         FA  add comm. line flag -g for sysop: read all pvt mail, show kludges
  54.         FA  added quote mail in mail read
  55.         FA  fixed linedit for writing several mails during 1 session
  56.         FA  added node number display in netmail
  57.         FA  openlog/closelog renamed to avoid unix libs conflict
  58.         FA  new user lastlogin is "never" instead of "today"
  59. 0.5beta FA  fixed bug in close_login in case of error
  60.         FA  added global download (gdown in menu files)
  61.         FA  password change can be canceled
  62.         FA  fixed stack space bug in new user questions (prevented
  63.             new user from login).
  64.         FA  .hdr -> .HDR for unix compatibility
  65.         FA  fixed previous msg bug
  66.         FA  added -d<device> flag for MegaSTE/TT ports, req. by B. Heinen
  67.         VP  removed nice ISO date to old fashionned format 
  68.         FA  fixed linedit bug with consecutive uses in the same session (buffer was not deleted)
  69.         FA  added message number in message list
  70.         FA  few cosmetic fixes
  71.         FA  PID kludge have been made more joho-compatible
  72. 0.6beta FA  Fixed exit of chat (all control chars, del, cr used to exit)
  73.         FA  Fixed download
  74.         FA  Fixed node # display when quoting private mails
  75.         FA  It's now possible to download a file whose size >limit 
  76.             when user have not downloaded anything else
  77.         FA  Multiple files in global download
  78.         FA  Pattern matching (regular exp.) in global download
  79.         FA  Added "Mail!" in all menus when unread new mail is there
  80.         FA  MAJOR REORGANISATION: 
  81.             edited and new source/headers to better "modulize" the 
  82.             software, better now but still improvable.
  83. 0.7     FA  Foolproofing in mail: prevents long subjects
  84.         FA  Cosmetic fix in more(), and from/from in netmail (rep. by S. Caple)
  85.         FA  IMPORTANT: MENU SYNTAX CHANGE
  86.             read/write commands syntax changed, internal command prefixed 
  87.             with '_' to avoid confusion with group names. commands are 
  88.             now read _private, write _sysop,_local,_uucp,_fido.
  89.         FA  privacy fix in display message list
  90.         FA  security fix: a new user can't read netmail to "him"
  91.         FA  the_end go to miscio.c, echolist routines go to msg.c
  92.         FA  linedit buffer now flushed on abort
  93.         FA  added malloc check in postmsg.c
  94.         FA  added extra 0 at the end of posted messages, rep. by Steve Caple
  95.         FA  added \r after VT52+VT100 screen delete, looks nicer
  96.         FA  added maxdown keyword in bbs.cfg to set max down KB/day
  97.         FA  added maxtime keyword in bbs.cfg to set max session time
  98.         VP  unix sysdep may eventually work now
  99.         FA  removed dependencies to the strins() Lattice library function
  100.